home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Columbia Kermit
/
kermit.zip
/
newsgroups
/
misc.20041116-20060924
/
000020_franclNOSPAM@mail.com_Sun Dec 12 10:29:53 2004.msg
< prev
next >
Wrap
Internet Message Format
|
2020-01-01
|
3KB
Path: newsmaster.cc.columbia.edu!panix!bloom-beacon.mit.edu!newsfeed.stanford.edu!pln-w!spln!lex!extra.newsguy.com!newsp.newsguy.com!enews1
From: Frenki <franclNOSPAM@mail.com>
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Character set
Date: Sun, 12 Dec 2004 12:05:26 +0100
Organization: http://extra.newsguy.com
Lines: 47
Message-ID: <t28or0pct301d8u88p0c7qid07tcuhk722@4ax.com>
References: <imamr0dtv88gve8qff0afh55i4a7h2aa85@4ax.com> <1102808706.608799.272710@c13g2000cwb.googlegroups.com>
NNTP-Posting-Host: p-768.newsdawg.com
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Newsreader: Forte Agent 2.0/32.652
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:15249
On 11 Dec 2004 15:45:06 -0800, "Mark Sapiro"
<slash_dev_slash_null_2000@yahoo.com> wrote:
>Frenki wrote:
>> Hi!
>>
>> I have a problem with character set in (trial) K95, connecting to
>VMS.
>> In 7-bit NRC character set some ASCII characters are replaced by
>> diacriticals in our language and I am not able to get them in the
>> terminal emulator window.
>> I have Win98SE with CP1250 and have tried with different settings
>> for character-set, with different fonts, but I always get characters
>> from ASCII character set, not the diacriticals.
>
>Are you using k95 or k95g? in k95g, you can select the character set
>from the toolbar, but my testing shows that if you make the selection
>in the terminal window, it is not effective until you switch to the
>command window and then back to the terminal window.
>
>In k95, you must use the
>
>set terminal character-set
>
>command. Also, you need to select the appropriate 7-bit character set
>for your language. Go to http://www.columbia.edu/kermit/charsets.html
>and pick the appropriate character set identified as 7 bits ISO 646 or
>DEC NRC.
Thanks, Mark!
I am using K95g (GUI) and have already tried with different settings
in the toolbar and with set terminal character-set.
I have some experience with DOS Kermit, many years ago, where I used
CP437 and everything worked fine.
But I don't uderstand how can I change the appearance of the character
on the screen. In the command window I can see all the correct glyphs
for our characters and in the terminal window I am not able to get
them. And in the fonts, I tried with, there are the specific glyphs.
At http://www.columbia.edu/kermit/charsets.html there are some
7-bit NRC character sets, but not the right one. And I don't know
if it is a problem of the right character-set but of the correct font
mapping. I have seen similar problems in some editors and in almoust
all Windows terminal emulators except Reflection and Anzio.
Thanks again!